home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilrexx / rxexpndr.lha / RexxExpander.doc < prev   
Text File  |  1997-01-12  |  1KB  |  30 lines

  1.            ##  ### # # # # ### # # ##   #  ### ##  ### ##
  2.            # # #   # # # # #   # # # # # # # # # # #   # #
  3.            ##  ##   #   #  ##   #  ##  ### # # # # ##  ##
  4.            # # #   # # # # #   # # #   # # # # # # #   # #
  5.            # # ### # # # # ### # # #   # # # # ##  ### # #
  6.            ===============================================
  7.            Version 1.0                      by Andrew Gray
  8.            ===============================================
  9.  
  10. WHAT IT DOES:
  11. This program converts those annoying ARexx programs that have had all
  12. the line breaks removed into readable code.  It inserts line breaks
  13. after every ; and tries to indent the code properly.
  14.  
  15. SYNTAX:
  16. RexxExpander [input file] [output file]
  17.  
  18. DISCLAIMER:
  19. This program does what I want it to do on the scripts I worked with.
  20. It may or may not work for you as well.  This program was written in
  21. about 30 minutes so there may be hidden bugs.  I am not responsible
  22. for loss of data or sanity.  
  23.  
  24. AUTHOR:
  25. Andrew Gray
  26. EMail: Andrew.Gray@Rose-Hulman.edu
  27.   IRC: DarkDesgn (EFnet, US and EU sides)
  28.  
  29. Feel free to contact me with bug reports or suggestions.
  30.